/* general colors */
a:not(.selectboxit-option .selectboxit-option-anchor):not(#menu_main_footer li a) {
    background: #00a5ff00;
    padding: 1px 3px;
}

body {
    background: #ededed !important;
    color: #000000;
}
.left_menu_icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: url(images/tab-bg.png) no-repeat;
    height: 97px;
}
#left_menu_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(136, 136, 136, .1) transparent;
    direction: rtl;
    padding: 10px 5px;
    background: #0050a7d6;
    color: #595959;
}
#private_send {
    width: 100%;
    height: 100% !important;
    cursor: pointer;
    font-size: 18px;
    background: #eb7e23;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eb7e23), to(#e05f26));
    background: -webkit-linear-gradient(#eb7e23, #e05f26);
    background: -moz-linear-gradient(#eb7e23, #e05f26);
    background: -ms-linear-gradient(#eb7e23, #e05f26);
    background: -o-linear-gradient(#eb7e23, #e05f26);
    background: linear-gradient(#eb7e23, #e05f26);
    border: 1px solid #bf4a16;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 50px;
}

.ch_logs {
    padding: 10px;
    word-wrap: break-word;
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 100%;
    overflow: hidden;
    cursor: pointer;
    background: #eaf2f9;
    border: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 1px solid #fff;
}

.user_item {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgb(0, 0, 0, 0.05);
    margin-bottom: 8px;
}

button {
    background: transparent;
    color: #fff;
}

input, textarea, .post_input_container {
    background: #ffffff;
    border: 1px solid #b0d0e1 !important;
}

.setdef {
    color: #002031;
}

/* item with background no effect */
.bback {
    background: rgba(1, 58, 87, 0.11);
}

/* item with background no effect with border */
.bbackb {
    background: rgba(1, 58, 87, 0.11);
    border: 1px solid rgba(1, 39, 60, 0.1);
}

/* item with no background and hover effect */
.bhover:hover, .bhoverr:hover {
    background: rgba(1, 58, 87, 0.11);
}

/* item with background and hover effect */
.bbackhover {
    background: rgba(1, 58, 87, 0.11);
}

.bbackhover:hover {
    background: rgba(1, 58, 87, 0.25);
}

/* item width background and hover effect with a border */
.bbackhoverb {
    background: rgba(1, 58, 87, 0.11);
}

.bbackhoverb:hover {
    background: rgba(1, 58, 87, 0.25);
    border: 1px solid rgba(1, 39, 60, 0.1);
}

/* item with no background with line separator and hover effect */
.blisting {
    border-bottom: 1px solid rgba(1, 39, 60, 0.1);
}

.blisting:hover {
    background: rgba(1, 58, 87, 0.11);
}

/* item with no background with line separator */
.blist {
    border-bottom: 1px solid rgba(1, 39, 60, 0.1);
}

/* private panel top */
.back_ptop {
    background: #0c529e;
    color: #fff;
}

/* page menu & page sub menu */
.bpmenu:hover {
    background: rgb(255,255,255,0.1);
}

.bsub {
    background: rgb(0,0,0,0.1);
}

.bsub:hover {
    background: rgb(0,0,0,0.2);
}

/* sub menus for card, logs, wall, news */
.bmenu, .submenu {
    border-bottom: 1px solid rgba(1, 58, 87, 0.11);
}

.bmenu:hover, .submenu:hover {
    background: rgba(1, 58, 87, 0.11);
}

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed {
    box-shadow: 0 1px 3px rgb(0,0,0,0.2);
}

/* main item selected for panel and box */
.bselected {
    background: rgb(0 124 255 / 14%);
}

/* reg menu selected item */
.rselected {
    background: rgba(1, 58, 87, 0.14);
}

/* page selected */
.pselected {
    color: #00a5ff;
}

/* current item selected */
.cselected, .liked {
    background: rgba(1, 58, 87, 0.11);
}

/* paginate item selected */
.pag_btn {
    background: rgba(1, 58, 87, 0.11);
    color: #004a72;
}

.pagselected, .pag_btn:hover {
    background: rgb(0,0,0,0.10);
}

/* count and gold tag */
.gtag {
    background: #d9f2ff;
    border: 1px solid rgba(1, 39, 60, 0.1);
}

/* border color for separator and items border */
.bborder {
    border-bottom: 1px solid rgba(1, 39, 60, 0.1);
}

.tborder {
    border-top: 1px solid rgba(1, 39, 60, 0.1);
}

.lborder, .ppanel {
    border-left: 1px solid rgba(1, 39, 60, 0.1);
}

.rborder {
    border-right: 1px solid rgba(1, 39, 60, 0.1);
}

.fborder {
    border: 1px solid rgba(1, 39, 60, 0.1);
}

/* float top color */
.float_top {
    border-bottom: 1px solid rgba(1, 39, 60, 0.1);
}

.float_ctop {
    border-bottom: 1px solid rgba(1, 39, 60, 0.1);
}

/* headers colors and top box colors */
.bhead {
    background: #0c529e !important;
    color: #ffffff;
}

.avtop.bhead {
    color: #fff;
}

.modal_top {
    background: #1b5d80;
    color: #fff;
}

.pro_top {
    background: #1b5d80;
    color: #fff;
}

.bfoot {
    background-color: #0c529e;
    color: #ffffff;
}

.foot {
    background: #1b5d80;
    color: #fff;
}

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob {
    background: #d9f2ff;
}

.back_chat {
    background: #ffffff;
}

.back_chat::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: url('https://images5.alphacoders.com/116/thumb-1920-1164133.png'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .4;
    box-shadow: inset 0 0 70px #ffffff;
}

.back_priv {
    background: #ffffff;
    border-color: #000000 !important;!i;!;
}

.back_panel {
    background: #faffff;
}

.back_menu {
    background: #eaf2f9;
}

.back_pmenu {
    background: #0b3348;
    color: #fff;
}

.back_box {
    background: #fffdf7;
}

.back_input {
    background: #d9f2ff;
    border-top: 1px solid rgba(1, 39, 60, 0.1);
}

.back_modal {
    background: #fff;
    border-right: 1px solid #000000;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-radius: 5px !important;
}

.page_element {
    background: #fff;
}

.back_quote {
    background: #d9f2ff;
}

/* main theme color */
.theme_color {
    color: #00a5ff;
}

.default_color {
    color: #003c5c;
}

.error {
    color: #ff5a5a;
}

.success {
    color: #74b20e;
}

.warn {
    color: orange;
}

/* button colors */
.theme_btn, .back_theme {
    background: #00a5ff;
    color: #fff;
}

.default_btn, .back_default {
    background: #1b5d80;
    color: #fff;
}

.defaultd_btn {
    background: #002031;
    color: #fff;
}

.ok_btn {
    background: #74b20e;
    color: #fff;
}

.warn_btn {
    background: orange;
    color: #fff;
}

.delete_btn {
    background: #ff5a5a;
    color: #fff;
}

.send_btn {
    color: #ffffff;
}

#submit_button {
    width: 100%;
    float: right;
    height: 100% !important;
    font-weight: bold;
    box-shadow: none !important;
    padding: 0;
    border: none !important;
    font-size: 18px;
    background: #eb7e23;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eb7e23), to(#e05f26));
    background: -webkit-linear-gradient(#eb7e23, #e05f26);
    background: -moz-linear-gradient(#eb7e23, #e05f26);
    background: -ms-linear-gradient(#eb7e23, #e05f26);
    background: -o-linear-gradient(#eb7e23, #e05f26);
    background: linear-gradient(#eb7e23, #e05f26);
    border: 1px solid #bf4a16;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 50px;
}

/* default username color */
.user {
    color: #002031;
}

/* chat system messsage text color */
.chat_system {
    color: #047bbb;
}

/* opacity for offline users in list */
.offline {
    opacity: 0.5;
}

/* menu icon */
.menui {
    color: #00a5ff;
}

.subi {
    color: #00a5ff;
}

/* wall reply background */
.reply_item {
    background: #ceeeff;
}

/* main post item option wall and news */
.main_post_item {
    color: rgb(0,0,0,0.5);
}

/* input option background colors */
.input_item {
    color: #047bbb;
}

/* private log bubble colors */
.target_private, .hunt_quote {
    color: #fff;
    background: #002031;
}

.hunter_private, .targ_quote {
    color: #004a72;
    background: #e8e8e8;
}

/* quote in chat background */
.cquote {
    background: rgba(1, 58, 87, 0.11) !important;
}

.cqname {
    color: #000;
}

.cqmess {
    color: #004a72;
}

/* tab menu */
.tab_menu {
    background: #d9f2ff;
    box-shadow: 0 1px 3px rgb(0,0,0,0.2);
}

.tab_menu_item {
}

.tab_selected {
    background: rgba(1, 58, 87, 0.14);
}

/* modal menu */
.modal_mback {
    background: rgb(234 242 249);
}

.modal_mborder {
    border-bottom: 1px solid rgba(1, 39, 60, 0.1);
}

.modal_selected {
    background: rgb(255 255 255);
}

/* back transparency background for modal box */
.modal_back {
    background-color: rgba(0,0,0,0.4);
}

/* chat logs */
.log2 {
    background: rgb(234 242 249);
    border: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 1px solid #fff;
}

.topic_log {
    background: #fff;
    color: #002031;
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#d3e0e9));
    background: -webkit-linear-gradient(#fff, #d3e0e9);
    background: -moz-linear-gradient(#fff, #d3e0e9);
    background: -ms-linear-gradient(#fff, #d3e0e9);
    background: -o-linear-gradient(#fff, #d3e0e9);
    background: linear-gradient(#fff, #d3e0e9);
}

.tpicon {
    content: url('images/topic.png');
}

.sys_log {
    background: rgb(234 242 249);
    border: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 1px solid #fff;
}

/* upload progress */
.bprogress {
    background: #74b20e;
    color: #fff;
}
.side_notify {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: unset;
    left: unset;
    bottom: 50px !important;
    right: 8px !important;
}
/* notification colors */
.bnotify {
    background: #ff5a5a;
    color: #fff;
}

.foot_notify, .head_notify {
    border: 1px solid #fff;
}

/* date colors */
.sub_date {
    color: #005888;
}

.sub_chat, .sub_priv {
    color: #005a8e;
    font-weight: bold;
    opacity: 0.6;
}

/* secondary text color */
.sub_text, .list_mood {
    color: #005888;
}

/* profile likes */
.plikes {
    background-color: rgba(100,100,100,0.3);
    color: #fff;
}

/* spinner color */
.bspin {
    color: rgb(0,0,0,0.3);
}

/* special chat item */
.my_notice {
    color: #fff;
    background: #00a5ff;
}

.system_text {
    background: #cde0ea;
    color: #004a72;
}

/* outside pages background */
.back_page {
    background: #1b5d80;
    color: #fff;
}

/* video background color */
.post_video {
    background: rgb(0,0,0,1);
}

/* slider */
.boom_slider .ui-widget-content {
    background: #cde0ea;
}

.boom_slider .ui-state-default {
    background: #047bbb !important;
}

.boom_slider .ui-state-active {
    background: #047bbb !important;
}

.boom_slider .ui-slider-range {
    background: #6aa8cc;
}

/* select input color */
.selectboxit-list, .selectboxit-btn {
    background-color: #bfe2f5;
    color: #004a72;
    border: 1px solid #b0d0e1 !important;
}

.selectboxit-list .selectboxit-focus .selectboxit-option-anchor {
    background-color: #cde0ea;
    color: #004a72;
}

.selectboxit-default-arrow {
    border-top: 4px solid #004a72;
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
    background: #ceeeff;
    color: #004a72;
}

.selectboxit-options {
    background: #d9f2ff;
    ; }

.selectboxit-list .selectboxit-option-anchor {
    color: #004a72;
}

/* Custom */
.onswitch {
    background: #a9bd87;
}

.head_option,.footer_item {
    z-index: 1
}

.head_option::before,.footer_item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    width: 76%;
    height: 60%;
    background: #ffffff00;
    border-radius: 100px
}

.user_count {
    width: auto;
    max-width: 100%;
    padding: 5px 10px;
    font-size: 11px;
    background: #FFF;
    border: 1px solid #00a5ff;
    border-radius: 100px;
    margin-bottom: 5px;
}

.ucount {
    padding: 2px 5px;
    font-size: 10px
}

#intro_top {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background: #ffffff url('images/background_login.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.intro_login_btn {
    background: #FFF;
    border: 1px solid #00a5ff;
    color: #00a5ff
}

.cookie_button button {
    background: #00a5ff;
}

#login_all {
    background: rgb(0 1 40 / 14%);
    backdrop-filter: blur(2px);
    border: 1px solid rgb(255 255 255 / 10%);
}

@media screen and (max-width: 500px) {
    .back_chat::before {
        background-position: left 30% center;
    }

    #intro_top {
        background-position: left 37% center;
    }
}








